<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 50px;
}

.vn {
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .vn {
    padding: 0 60px;
  }
}

@media (max-width: 1024px) {
  .vn {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .vn {
    padding: 0 15px;
  }
}

p {
  margin-bottom: 0px;
}

/*头部*/
.sample-head .logo {
  float: left;
  line-height: 80px;
  width: 12.1%;
}

.sample-head .logo img {
  max-width: 100%;
}

.sample-head .head-right {
  float: right;
  width: 83%;
}

@media (max-width: 1024px) {
  .sample-head .head-right {
    width: 85%;
  }
}
.sample-head .head-right .tophm{
    float:right;
    line-height: 80px;
}
@media (max-width: 1170px) {
 .sample-head .head-right .tophm {
   display:none;
  }
}


.sample-head .head-right .language {
  float: right;
  line-height: 98px;
  margin-right: 12px;
   display: none;
}

.sample-head .head-right .sou {
  float: right;
  width: 42px;
  background: url(../images/sou.png) no-repeat center center;
  height: 98px;
  position: relative;
  cursor: pointer;
  display: none;
}

.sample-head .head-right .sou:hover {
  background: url(../images/sou1.png) no-repeat center center;
}

.sample-head .head-right .sou #formsearch {
  width: 364px;
  background: rgba(255, 255, 255, 0.66);
  padding: 11px 0px 16px 19px;
  display: none;
  position: absolute;
  top: 98px;
  right: 0px;
  z-index: 999;
}

.sample-head .head-right .sou #formsearch #keyword {
  background: #fff;
  border: none;
  outline: none;
  line-height: 49px;
  border-radius: 10px;
  width: 262px;
  float: left;
  text-indent: 22px;
  font-size: 14px;
}

.sample-head .head-right .sou #formsearch #s_btn {
  background: #fff;
  border: none;
  outline: none;
  line-height: 49px;
  border-radius: 10px;
  width: 54px;
  float: left;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.46);
}

.sample-head .head-right .sou #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.46);
}

.sample-head .head-right .sou #formsearch :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.46);
}

.sample-head .head-right .sou #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.46);
}

.sample-head .head-right .sou #formsearch :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.46);
}

/*banner下图标*/
.sample1 {
  position: relative;
}

.sample1:after {
  content: "";
  width: 100%;
  height: 77px;
  background: url(../images/yuans.png) no-repeat center center;
  position: absolute;
  bottom: -50px;
  left: 0px;
}

@media (max-width: 768px) {
  .sample1:after {
    display: none;
  }
}

.sample1 .sads1 li {
  float: left;
  width: 25%;
  background: #f2f2f2;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  padding-top: 40px;
  padding-bottom: 28px;
}

@media (max-width: 768px) {
  .sample1 .sads1 li {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
  }
}

.sample1 .sads1 li .imgs {
  float: left;
  margin-left: 10px;
  width: 20%;
}

.sample1 .sads1 li .imgs img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .sample1 .sads1 li .imgs img {
    width: 100%;
  }
}

.sample1 .sads1 li .wz {
  float: left;
  margin-left: 22px;
  width: 69%;
}

.sample1 .sads1 li .wz h3 {
  font-size: 30px;
  color: #18459a;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .sample1 .sads1 li .wz h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .sample1 .sads1 li .wz h3 {
    margin-top: 0px;
  }
}

.sample1 .sads1 li .wz span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .sample1 .sads1 li .wz span {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .sample1 .sads1 li .wz span {
    line-height: 20px;
  }
}

.sample1 .sads1 li .wz a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #b1b1b1;
  font-family: "Arial";
  margin-top: 22px;
}

@media (max-width: 1024px) {
  .sample1 .sads1 li .wz a {
    margin-top: 10px;
  }
}

.sample1 .sads1 li .wz a:hover {
  color: #18459a;
}

.sample1 .sads1 li:nth-child(1) {
  border-left: none;
}

.sample1 .sads1 li:last-child {
  border-right: none;
}

/*产品领域*/
.wrap1 {
  background: url("../images/wrap1-bg.jpg") no-repeat center/cover;
  /* height: 524px; */
  position: relative;
  z-index: 2;
}

.wrap1 .line-box {
  width: 33px;
  height: 188px;
  position: absolute;
  left: 0;
  right: 0;
  top: -76px;
  margin: 0 auto;
}

.wrap1 .line-box .line {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/line.png") no-repeat top center/100% auto;
  top: 0;
  left: -41%;
  transition: all 1s ease .7s;
}

.wrap1 .line-box .circle {
  width: 29px;
  height: 28px;
  background: url("../images/radio.png") no-repeat top center/100% auto;
  position: absolute;
  bottom: -10px;
  left: -41%;
  opacity: 0;
  margin-left: -10px;
  transition: all .3s ease 1s;
}

.wrap1 .line-box.animated .circle {
  opacity: 1;
  transition: all .3s ease .2s;
}

.wrap1 .vn {
  height: 100%;
}

.wrap1 .left {
  width: 750px;
  position: relative;
  height: 100%;
  color: #fff;
  line-height: 1.5;
  float: left;
  max-width: 50%;
}

.wrap1 .left .line-top,
.wrap1 .left .line-fot {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  left: 20px;
  position: absolute;
}

.wrap1 .left .line-top {
  height: 85px;
  top: 0;
}

.wrap1 .left .line-fot {
  height: calc(100% - 200px);
  bottom: 0;
}

.wrap1 .left .line-fot:after {
  /* content: '';
    position: absolute;
    width: 6px;
    height: 64px;
    border-radius: 2px;
    background-color: rgba(255,255,255,1);
    top: 48%;
    margin-top: -32px;
    left: -3px; */
}

.wrap1 .left .left-box {
  padding-top: 90px;
  position: relative;
}

.wrap1 .left .left-box .arrow {
  content: '';
  position: absolute;
  width: 140px;
  height: 19px;
  background: url("../images/arrow9.png") no-repeat center/100% auto;
  right: 0;
  top: 250px;
}

.wrap1 .left .d1 {
  font-size: 36px;
}

.wrap1 .left .d2 {
  font-size: 16px;
  margin-top: 1em;
}

.wrap1 .left .box {
  /* margin-left: 20px; */
  margin-top: 35px;
}

.wrap1 .left .box .pro-tab {
  height: 230px;
  overflow: hidden;
  /* padding-left: 40px; */
}

.wrap1 .left .box .pro-tab .mCSB_scrollTools {
  left: 18px;
  width: 4px;
}

.wrap1 .left .box .pro-tab .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}

.wrap1 .left .box .pro-tab .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.wrap1 .left .swiper-slide {
  cursor: pointer;
  height: auto;
  margin: 10px 0;
  padding-left: 85px;
  position: relative;
}

.wrap1 .left .swiper-slide:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transform: translateY(-50%);
}

.wrap1 .left .swiper-slide:last-child {
  margin-bottom: 0;
}

.wrap1 .left .swiper-slide .text {
  font-size: 14px;
  color: #999999;
}

.wrap1 .left .swiper-slide .active-text {
  display: none;
  /* margin-top: 20px; */
}

.wrap1 .left .swiper-slide.cur2 .text {
  font-size: 14px;
  color: #cccccc;
}

.wrap1 .left .swiper-slide.cur .active-text {
  /*  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; */
  display: block;
}

.wrap1 .left .swiper-slide.cur .text {
  display: none;
}

.wrap1 .left .swiper-slide.cur:before {
  border-color: #fff;
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.wrap1 .left .swiper-slide.cur2:before {
  border-color: #fff;
}

.wrap1 .left .swiper-slide .active-text .active-left {
  display: inline-block;
  font-size: 34px;
  font-family: 'Arial';
  color: #e60012;
  line-height: 1;
  max-width: 4em;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-right: 16px;
  margin-right: 20px;
}

.wrap1 .left .swiper-slide .active-text .active-left:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.wrap1 .left .swiper-slide.swiper-slide-next + .swiper-slide .text {
  /* margin-top: 1em; */
}

.wrap1 .left .swiper-slide .active-text .active-right {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.wrap1 .right {
  float: right;
  color: #fff;
  width: 624px;
  max-width: 48%;
  padding-top: 140px;
  padding-bottom: 123px;
}

.wrap1 .right .d1 {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
}

.wrap1 .right .box {
  margin-top: 25px;
}

.wrap1 .right .more {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 122px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  text-align: center;
  padding-left: 12px;
  background: #c70b2e;
  position: relative;
  margin-right: 100px;
  display:none;
}

.wrap1 .right .more:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 16px;
}
.wrap1 .right .more:hover {
 font-size: 16px;
}

.wrap1 .right img {
 width: 561px;
  max-width: calc(100% - 52px);
}

.mobitem {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcitem {
    display: none;
  }
  .mobitem {
    display: block;
  }
  .wrap1 {
    background-image: url("../images/wrap1-bg.jpg");
    background-size: cover;
    min-height: 11.1rem;
    color: #fff;
    position: relative;
  }
  .wrap1 .tit-d1 {
    font-size: .36rem;
    line-height: 1.5;
    padding-top: .9rem;
  }
  .wrap1 .tit-d2 {
    font-size: .24rem;
  }
  .wrap1 .linebox {
    width: 1px;
    height: 100%;
    position: absolute;
    left: .5rem;
    top: 0;
  }
  .wrap1 .line1 {
    width: 100%;
    height: .85rem;
    background: rgba(255, 255, 255, 0.1);
  }
  .wrap1 .line2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2rem);
    background: rgba(255, 255, 255, 0.1);
  }
  /* .wrap1 .line2:after{
		content: '';
		position: absolute;
		width: .06rem;
		height: .64rem;
		background: #fff;
		top: 2rem;
		left: -.03rem;
		border-radius: 3px;
	} */
  .wrap1 .mobitem .swiper-container {
    padding-left: .7rem;
    overflow: visible;
    margin-top: .4rem;
    height: 7.4rem;
    overflow: hidden;
  }
  .wrap1 .mobitem .swiper-slide {
    margin-bottom: .1rem;
    height: auto;
  }
  .wrap1 .mobitem .swiper-slide .text {
    font-size: .2rem;
    color: #999999;
  }
  .wrap1 .mobitem .swiper-slide.cur2 .text {
    font-size: .24rem;
    color: #cccccc;
    /* margin-top: .2rem; */
  }
  /* .wrap1 .mobitem .swiper-slide.swiper-slide-next + .swiper-slide .text{
		margin-top: .2rem;
	}  */
  .wrap1 .mobitem .swiper-slide.cur .text {
    font-size: .24rem;
    color: #cccccc;
    display: none;
  }
  .wrap1 .mobitem .swiper-slide .active-box {
    display: none;
  }
  .wrap1 .mobitem .swiper-slide.cur .active-box {
    display: block;
    /* margin-top: .3rem; */
  }
  .wrap1 .mobitem .swiper-slide .active-box .active-imgbox {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    width: 100%;
    padding: .2rem .3rem;
    margin-top: .2rem;
  }
  .wrap1 .mobitem .swiper-slide .active-box .active-img {
    text-align: right;
    margin-top: .2rem;
  }
  .wrap1 .mobitem .swiper-slide .active-box .active-img img {
    width: 3.3rem;
  }
  .wrap1 .mobitem .swiper-slide .active-box .active-img-con {
    font-size: .2rem;
    line-height: 2.4;
  }
  .wrap1 .mobitem .swiper-slide .active-box .active-img {
    position: relative;
  }
  .wrap1 .mobitem .swiper-slide .active-text {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .wrap1 .mobitem .swiper-slide .active-left {
    font-size: .5rem;
    font-family: 'Arial','微软雅黑';
    color: #e60012;
    padding-right: .16rem;
    margin-right: .2rem;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
  }
  .wrap1 .mobitem .swiper-slide .active-left:after {
    content: '';
    position: absolute;
    width: 1px;
    height: .48rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(255, 255, 255, 0.2);
  }
  .wrap1 .mobitem .swiper-slide .active-right {
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
  }
  .wrap1 .mobitem .swiper-slide .active-box .more {
    width: 1.8rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .5rem;
    font-size: .24rem;
    padding-left: .2rem;
    text-align: center;
    background: #cd092a;
    display: block;
    position: absolute;
    top: .7rem;
    left: 0;
    color: #fff;
  }
  .wrap1 .mobitem .swiper-slide .active-box .more:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid #fff;
    top: 0;
    bottom: 0;
    left: .24rem;
    margin: auto 0;
  }
}

/*产品中心*/
.sample2 {
  padding-top: 70px;
  background: #f6f7fa;
  padding-bottom: 60px;
  z-index: 999;
}

@media (max-width: 768px) {
  .sample2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sample2 .titles {
  text-align: center;
}

.sample2 .titles h3 {
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .sample2 .titles h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

.sample2 .titles span {
  display: block;
  font-size: 16px;
  color: #575757;
  line-height: 16px;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .sample2 .titles span {
    margin-top: 10px;
  }
}

.sample2 .sort1 {
  margin-top: 35px;
  text-align: center;
  font-size: 0px;
}

@media (max-width: 768px) {
  .sample2 .sort1 {
    margin-top: 20px;
  }
}

.sample2 .sort1 li {
  display: inline-block;
  margin: 0 8.5px;
  line-height: 47px;
  background: #e8e8e8;
  padding: 0 37px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .sample2 .sort1 li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.sample2 .sort1 li a {
  color: #000000;
}

.sample2 .sort1 li.on {
  background: #18459a;
}

.sample2 .sort1 li.on a {
  color: #fff;
}

.sample2 .lists1 {
  margin-top: 44px;
}

.sample2 .lists1 li {
  width: 23.8%;
  margin-right: 1.6%;
  float: left;
}

@media (max-width: 768px) {
  .sample2 .lists1 li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.sample2 .lists1 li a.img {
  display: block;
}

.sample2 .lists1 li a.img img {
  width: 100%;
}

.sample2 .lists1 li .wzs {
  background: #fff;
  padding: 20px 30px 25px 30px;
}

@media (max-width: 768px) {
  .sample2 .lists1 li .wzs {
    padding: 15px 10px;
  }
}

.sample2 .lists1 li .wzs h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.sample2 .lists1 li .wzs h3 a {
  color: #000000;
}

.sample2 .lists1 li .wzs p {
  font-size: 15px;
  color: #444444;
  margin-top: 20px;
  line-height: 26px;
  margin-bottom: 0px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sample2 .lists1 li .wzs a {
  display: block;
  font-size: 15px;
  color: #444444;
  text-transform: uppercase;
  line-height: 15px;
  margin-top: 15px;
}

.sample2 .lists1 li:hover .wzs {
  background: #18459a;
}

.sample2 .lists1 li:hover .wzs h3 a {
  color: #fff;
}

.sample2 .lists1 li:hover .wzs p {
  color: #fff;
}

.sample2 .lists1 li:hover .wzs a {
  color: #fff;
}

.sample2 .lists1 li:nth-child(4n) {
  margin-right: 0px;
}

.sample2 .pro-more {
  width: 138px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  background: #c60b2e;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .sample2 .pro-more {
    margin-top: 20px;
  }
}

.sample2 .pro-more a {
  color: #fff;
}
.sample2 .pro-more a:hover{
   font-size: 15px;
}

/*关于我们*/
.wrap3 {
  position: relative;
  color: #fff;
  text-align: center;
  height: 658px;
  background: url(../images/sample2.png) no-repeat center center;
}

@media (max-width: 768px) {
  .wrap3 {
    height: auto;
    padding-bottom: 1.7rem;
  }
}

.wrap3 .vn {
  position: relative;
  z-index: 2;
}

.wrap3 .tit {
  font-size: 36px;
  font-family: 'Arial','微软雅黑';
  padding-top: 105px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .wrap3 .tit {
    padding-top: 30px;
    font-size: 22px;
    line-height: 22px;
  }
}

.wrap3 .tits {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .wrap3 .tits {
    margin-top: 10px;
  }
}

.wrap3 .con {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 50px;
}
.wrap3 .con p a{
    color:#fff;
}

.wrap3 .con:hover p a{
    color:#337ab7;
}
@media (max-width: 768px) {
  .wrap3 .con {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
  }
}

.wrap3 .play {
  width: 85px;
  height: 85px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 70px auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .wrap3 .play {
    width: .85rem;
    height: .85rem;
    margin-top: .36rem;
  }
}

.wrap3 .play .play-btn {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.wrap3 .play .play-btn:before {
  content: '';
  border-left: 13px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: 26px 0 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrap3 .play .play-btn:before {
    border-left: .13rem solid #fff;
    border-top: .07rem solid transparent;
    border-bottom: .07rem solid transparent;
    margin-top: .26rem;
  }
}

.wrap3 .play .play-btn span {
  font-size: 13px;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .wrap3 .play .play-btn span {
    font-size: .2rem;
  }
}

.wrap3 .play svg {
  position: absolute;
  width: 114%;
  height: 114%;
  top: -7%;
  left: -7%;
  stroke-dasharray: 0 119.38052083641213;
  opacity: 1;
  transition: all .5s linear;
  visibility: hidden;
}

.wrap3 .play .play-btn:hover svg {
  stroke-dasharray: 119.38052083641213 0;
  opacity: 1;
  visibility: visible;
}

.wrap3 .play .line {
  width: 30px;
  height: 216px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrap3 .play .line {
    width: .3rem;
    height: 2.16rem;
  }
}

.wrap3 .play .line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 50%;
  background: url("../images/line2.png") no-repeat top center/100% auto;
  margin-left: -3px;
  transition: all .8s ease;
}

.wrap3 .play .line.animated:after {
  height: 100%;
}

.wrap3 .show-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 50px 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/show-bg.jpg");
  font-size: 0;
  transition: all .2s;
}

.wrap3 .show-btn span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 86px;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/show-icon.png");
}

.wrap4 {
  background-color: #f9f9f9;
}

.wrap4 .newsswbox .newssw{
    display: none;
}

.wrap4 .tit-box {
  position: relative;
  line-height: 1.5;
}

.wrap4 .tit-box h3 {
  font-size: 36px;
  color: #333333;
  line-height: 72px;
}

@media (max-width: 768px) {
  .wrap4 .tit-box h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

.wrap4 .tit-box span {
  font-size: 16px;
  color: #666666;
  padding-top: .4em;
}

.wrap4 {
  padding: 80px 0 100px;
}

@media (max-width: 768px) {
  .wrap4 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.wrap4 .tapbar {
  background-color: #395fa8;
  border-radius: 45px;
  float: right;
  position: absolute;
  top: 56px;
  right: 0;
}

@media (max-width: 768px) {
  .wrap4 .tapbar {
    position: relative;
    float: none;
    font-size: 0px;
    top: 0px;
    margin-top: 20px;
  }
}

.wrap4 .tapbar a {
  display: inline-block;
  width: 125px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: url("../images/arrow2.png") no-repeat 85% center/7px auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .wrap4 .tapbar a {
    width: 33.3%;
  }
}

.wrap4 .tapbar .slider {
  display: inline-block;
  width: 33.3333%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: #17449a;
  transition: all .6s ease;
}

.wrap4 .tapbar.hover0 .slider,
.wrap4 .tapbar.hover0 .slider {
  left: 0;
}

.wrap4 .tapbar.hover1 .slider {
  left: 33.3333%;
}

.wrap4 .tapbar.hover2 .slider {
  left: 66.6666%;
}

.wrap4 .newssw {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .wrap4 .newssw {
    margin-top: 25px;
  }
}

.wrap4 .newssw .swiper-slide1 {
  width: calc(25% - 18px);
  float: left;
}

@media (max-width: 768px) {
  .wrap4 .newssw .swiper-slide1 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.wrap4 .newssw .swiper-slide1 + .swiper-slide1 {
  margin-left: 24px;
}

@media (max-width: 768px) {
  .wrap4 .newssw .swiper-slide1 + .swiper-slide1 {
    margin-left: 0px;
  }
}

.wrap4 .newssw a {
  display: block;
  text-align: center;
  color: #333333;
}

.wrap4 .newssw a .imgs img {
  max-width: 100%;
}

.wrap4 .newssw .text {
  padding: 34px 30px 50px 30px;
  position: relative;
  background-color: #fff;
  background-image: url("../images/news-text-trans.png");
  /* transition: all .2s; */
}

.swiper-slide1:hover .text {
  background: url(../images/infos.png) no-repeat center center;
}

.swiper-slide1:hover .text .text-time {
  color: #fff;
}

.swiper-slide1:hover .text .text-con {
  color: #fff;
}

.swiper-slide1:hover .text .text-more {
  color: #fff;
  border-color: #fff;
  background: url("../images/arrow2.png") no-repeat right 10px center/6px auto;
}

/* .wrap4 .newssw .text:after{
    content: '';
    position: absolute;
    z-index: -1;
    background: url('../images/news-text-bg.jpg') no-repeat center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
} */
.wrap4 .newssw .text-time {
  font-size: 18px;
  transition: all .3s;
}

.wrap4 .newssw .text-con {
  font-size: 16px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  transition: all .2s;
  margin-top: 10px;
}

.wrap4 .newssw .text-more {
  font-size: 14px;
  width: 120px;
  line-height: 39px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 34px auto 0;
  background: url("../images/arrow4.png") no-repeat right 10px center/6px auto;
  transition: all .2s;
}

.wrap4 .newssw .swiper-pagination {
  display: none;
}

.iskoola {
  font-family: '微软雅黑';
}

.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
}

.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center/100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.vidcontainer video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*底部*/
.sample-foot {
  background: url(../images/xians1.png) no-repeat center top;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
  padding-top: 58px;
}

.sample-foot .foot1 {
  float: left;
  width: 10.7%;
}

@media (max-width: 768px) {
  .sample-foot .foot1 {
    width: auto;
  }
}

.sample-foot .foot1 .logos img {
  max-width: 100%;
}

.sample-foot .foot1 .foot1-con {
  margin-top: 10px;
}

.sample-foot .foot1 .foot1-con a {
  display: block;
  font-size: 14px;
  color: #444444;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  text-indent: 8px;
}
.sample-foot .foot1 .foot1-con a:hover{
    color:#337ab7;
}

.sample-foot .foot2 {
  float: left;
  width: 66.1%;
  margin-left: 8.6%;
}

@media (max-width: 768px) {
  .sample-foot .foot2 {
    display: none;
  }
}

.sample-foot .foot2 dl {
  float: left;
  margin-left: 6%;
}

.sample-foot .foot2 dl:nth-child(1) {
  margin-left: 0px;
}

.sample-foot .foot2 dl dt {
  font-size: 15px;
  color: #444444;
  line-height: 14px;
  font-weight: 400;
}

.sample-foot .foot2 dl .cons {
  font-size: 13px;
  color: #666666;
  line-height: 30px;
  border-left: 1px solid #e5e5e5;
  margin-top: 7px;
  padding-top: 8px;
  padding-left: 15px;
}

.sample-foot .foot2 dl .cons a {
  color: #666;
  display: block;
  line-height: 30px;
}

.sample-foot .foot2 dl .cons a:hover {
  color: #18459a;
}

@media (max-width: 1440px) {
  .sample-foot .foot2 dl {
    margin-left: 6%;
  }
}

@media (max-width: 1366px) {
  .sample-foot .foot2 dl {
    margin-left: 4%;
  }
}

@media (max-width: 1024px) {
  .sample-foot .foot2 dl {
    margin-left: 2%;
  }
}

@media (max-width: 1440px) {
  .sample-foot .foot2 {
    margin-left: 6%;
  }
}

@media (max-width: 1366px) {
  .sample-foot .foot2 {
    width: 71%;
    margin-left: 4.6%;
  }
}

@media (max-width: 1024px) {
  .sample-foot .foot2 {
    margin-left: 3.6%;
    width: 74.1%;
  }
}

.sample-foot .foot3 {
  float: right;
  width: 10.7%;
}

.sample-foot .foot3 p:nth-child(2){
    margin-top: 10px;
}
.sample-foot .foot3 img {
max-width:100%; height:auto !important;width:auto !important;
}

@media (max-width: 768px) {
  .sample-foot .foot3 {
    width: 30%;
  }
}

.footlinks {
  float: right;
  position: relative;
  margin-top: 10px;
}

.footlinks dd {
  position: absolute;
  width: 100%;
  bottom: 34px;
  left: 0;
  background: #fff;
  display: none;
  border: 1px solid #dcdcdc;
}

.footlinks dd a {
  display: block;
  line-height: 38px;
  text-align: center;
  color: #555555;
  width: 191px;
}

.foot-jishu {
  font-size: 14px;
  color: #888888;
  line-height: 56px;
}

@media (max-width: 768px) {
  .foot-jishu {
    line-height: 24px;
    padding: 10px 0;
  }
}

.foot-jishu a {
  color: #888888;
}

.foot-jishu .lefts {
  float: left;
      line-height: 30px;
}

.foot-jishu .rights {
  float: right;
  line-height: 30px;
}

@media (max-width: 768px) {
  .xypg-left-con2 .xypg-left-nav {
    display: none !important;
  }
  .xypg-right-content img {
    width: 100% !important;
    height: auto !important;
  }
}

.containers {
  max-width: 1300px;
  margin: 0 auto;
  padding: 3% 15px;
}

/* å†…é¡µå·¦ä¾§å¯¼èˆªæ&nbsp;æ&nbsp;·å¼ */
.xypg-left-con2 .xypg-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav &gt; li {
  width: 18%;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav &gt; li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav &gt; li &gt; a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav &gt; li:hover &gt; a,
.xypg-left-con2 .xypg-left-nav &gt; li.clicked &gt; a {
  color: #fff;
  background: #007fce;
}
</pre></body></html>